.aboutus-ax { background-image: url(../ax/photo_10.jpg); background-size: cover; width: 100%; height: 80vh; } body { background-color: #000 !important; } #div-about { font-family: nastaliq; font-size: 2.5rem; } .dokmecontactus { font-weight: 700; border: 2px solid #e6b31e; color: #e6b31e; border-radius: 10px; background-color: transparent; transition: 1s; visibility: hidden; display: block; } .dokmecontactus:hover { color: #000; background-color: #e6b31e; border-radius: 2px; } .divider { display: flex; align-items: baseline; justify-content: center; } .line { height: 2px; background-color: #b09932; flex-grow: 1; } .line-left { margin-left: 5vw; margin-right: 5px; } .line-right { margin-right: 5vw; margin-left: 5px; } .divider > h2 { color: #b09932; } .matn-contact { color: #f8f8f8; font-family: koodak; font-size: 1.25rem; } @media screen and (min-width: 1250px) { .glass , .matn-contact { font-size: 1.7rem; } }